﻿2026-07-11T01:40:01.8052949Z Current runner version: '2.335.1'
2026-07-11T01:40:01.8057381Z Runner name: 'kitsubito'
2026-07-11T01:40:01.8057889Z Runner group name: 'Default'
2026-07-11T01:40:01.8058480Z Machine name: 'KITSUBITO'
2026-07-11T01:40:01.8060493Z ##[group]GITHUB_TOKEN Permissions
2026-07-11T01:40:01.8062150Z Contents: read
2026-07-11T01:40:01.8062630Z Metadata: read
2026-07-11T01:40:01.8062989Z Packages: read
2026-07-11T01:40:01.8063346Z ##[endgroup]
2026-07-11T01:40:01.8064867Z Secret source: Actions
2026-07-11T01:40:01.8065358Z Prepare workflow directory
2026-07-11T01:40:01.8421002Z Prepare all required actions
2026-07-11T01:40:01.8448704Z Getting action download info
2026-07-11T01:40:02.1719684Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-07-11T01:40:02.6746358Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-07-11T01:40:02.7587406Z ##[group]Run actions/checkout@v5
2026-07-11T01:40:02.7588174Z with:
2026-07-11T01:40:02.7588508Z   fetch-depth: 0
2026-07-11T01:40:02.7589047Z   repository: SaberMage/spt-core
2026-07-11T01:40:02.7592023Z   token: ***
2026-07-11T01:40:02.7592362Z   ssh-strict: true
2026-07-11T01:40:02.7592705Z   ssh-user: git
2026-07-11T01:40:02.7593067Z   persist-credentials: true
2026-07-11T01:40:02.7593457Z   clean: true
2026-07-11T01:40:02.7593810Z   sparse-checkout-cone-mode: true
2026-07-11T01:40:02.7594230Z   fetch-tags: false
2026-07-11T01:40:02.7594583Z   show-progress: true
2026-07-11T01:40:02.7594926Z   lfs: false
2026-07-11T01:40:02.7595250Z   submodules: false
2026-07-11T01:40:02.7595602Z   set-safe-directory: true
2026-07-11T01:40:02.7596186Z ##[endgroup]
2026-07-11T01:40:02.8395565Z Syncing repository: SaberMage/spt-core
2026-07-11T01:40:02.8397200Z ##[group]Getting Git version info
2026-07-11T01:40:02.8397896Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-07-11T01:40:02.8398780Z [command]/usr/bin/git version
2026-07-11T01:40:02.8399404Z git version 2.43.0
2026-07-11T01:40:02.8410017Z ##[endgroup]
2026-07-11T01:40:02.8421111Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/6eb3f7aa-3960-4d9b-b58f-e91ee4f1010d' before making global git config changes
2026-07-11T01:40:02.8422581Z Adding repository directory to the temporary git global config as a safe directory
2026-07-11T01:40:02.8424223Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-11T01:40:02.8454954Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-11T01:40:02.8475012Z https://github.com/SaberMage/spt-core
2026-07-11T01:40:02.8485158Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-11T01:40:02.8487511Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-11T01:40:02.8504433Z HEAD
2026-07-11T01:40:02.8534607Z ##[endgroup]
2026-07-11T01:40:02.8535846Z [command]/usr/bin/git submodule status
2026-07-11T01:40:02.8724718Z ##[group]Cleaning the repository
2026-07-11T01:40:02.8727660Z [command]/usr/bin/git clean -ffdx
2026-07-11T01:40:02.8756879Z Removing traceable-reqs
2026-07-11T01:40:02.8763421Z [command]/usr/bin/git reset --hard HEAD
2026-07-11T01:40:02.8827062Z HEAD is now at 2eb1472fe Merge c9ca08f081273a995adbe9c44d6e3f27d58a4a52 into a632e2b19802a82f72ad2523ea064e36aab423b1
2026-07-11T01:40:02.8833133Z ##[endgroup]
2026-07-11T01:40:02.8835275Z ##[group]Disabling automatic garbage collection
2026-07-11T01:40:02.8838271Z [command]/usr/bin/git config --local gc.auto 0
2026-07-11T01:40:02.8865304Z ##[endgroup]
2026-07-11T01:40:02.8865987Z ##[group]Setting up auth
2026-07-11T01:40:02.8871219Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-11T01:40:02.8898513Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-11T01:40:02.9122078Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-11T01:40:02.9150208Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-11T01:40:02.9337957Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-11T01:40:02.9364885Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-11T01:40:02.9550322Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-11T01:40:02.9579596Z ##[endgroup]
2026-07-11T01:40:02.9580340Z ##[group]Fetching the repository
2026-07-11T01:40:02.9586743Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +2eb1472fe221f98d349e86c62fb12267ffc8238f:refs/remotes/pull/83/merge
2026-07-11T01:40:04.2880290Z ##[endgroup]
2026-07-11T01:40:04.2881102Z ##[group]Determining the checkout info
2026-07-11T01:40:04.2881913Z ##[endgroup]
2026-07-11T01:40:04.2886143Z [command]/usr/bin/git sparse-checkout disable
2026-07-11T01:40:04.2926785Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-11T01:40:04.2951907Z ##[group]Checking out the ref
2026-07-11T01:40:04.2953873Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/83/merge
2026-07-11T01:40:04.3012606Z HEAD is now at 2eb1472fe Merge c9ca08f081273a995adbe9c44d6e3f27d58a4a52 into a632e2b19802a82f72ad2523ea064e36aab423b1
2026-07-11T01:40:04.3018235Z ##[endgroup]
2026-07-11T01:40:04.3065050Z [command]/usr/bin/git log -1 --format=%H
2026-07-11T01:40:04.3095795Z 2eb1472fe221f98d349e86c62fb12267ffc8238f
2026-07-11T01:40:04.3275952Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-07-11T01:40:04.3277282Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-07-11T01:40:04.3293346Z shell: /usr/bin/bash -e {0}
2026-07-11T01:40:04.3293893Z ##[endgroup]
2026-07-11T01:40:04.3416987Z ##[group]Run set -euo pipefail
2026-07-11T01:40:04.3417644Z [36;1mset -euo pipefail[0m
2026-07-11T01:40:04.3418156Z [36;1mPIN=0c95435[0m
2026-07-11T01:40:04.3418634Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-11T01:40:04.3419377Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-11T01:40:04.3420319Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-11T01:40:04.3421629Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-11T01:40:04.3422983Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-11T01:40:04.3423940Z [36;1m  rm -rf "$CACHE"[0m
2026-07-11T01:40:04.3424513Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-11T01:40:04.3425217Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-11T01:40:04.3426136Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-11T01:40:04.3427137Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-11T01:40:04.3427746Z [36;1mfi[0m
2026-07-11T01:40:04.3428516Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-11T01:40:04.3443203Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-11T01:40:04.3443967Z env:
2026-07-11T01:40:04.3444370Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-11T01:40:04.3444947Z ##[endgroup]
2026-07-11T01:40:04.6161815Z    Compiling proc-macro2 v1.0.106
2026-07-11T01:40:04.6163248Z    Compiling quote v1.0.45
2026-07-11T01:40:04.6164157Z    Compiling unicode-ident v1.0.24
2026-07-11T01:40:04.6165077Z    Compiling libc v0.2.186
2026-07-11T01:40:04.6165916Z    Compiling serde_core v1.0.228
2026-07-11T01:40:04.6166800Z    Compiling cfg-if v1.0.4
2026-07-11T01:40:04.6167611Z    Compiling serde v1.0.228
2026-07-11T01:40:04.6205484Z    Compiling log v0.4.32
2026-07-11T01:40:04.6260357Z    Compiling pin-project-lite v0.2.17
2026-07-11T01:40:04.6274341Z    Compiling portable-atomic v1.13.1
2026-07-11T01:40:04.6275876Z    Compiling typenum v1.20.1
2026-07-11T01:40:04.6292608Z    Compiling version_check v0.9.5
2026-07-11T01:40:04.6375532Z    Compiling memchr v2.8.1
2026-07-11T01:40:04.6453231Z    Compiling shlex v2.0.1
2026-07-11T01:40:04.6455370Z    Compiling find-msvc-tools v0.1.9
2026-07-11T01:40:04.6782807Z    Compiling critical-section v1.2.0
2026-07-11T01:40:04.7067124Z    Compiling subtle v2.6.1
2026-07-11T01:40:04.7142867Z    Compiling bytes v1.11.1
2026-07-11T01:40:04.7725787Z    Compiling futures-core v0.3.32
2026-07-11T01:40:04.8662342Z    Compiling smallvec v1.15.1
2026-07-11T01:40:04.8822524Z    Compiling equivalent v1.0.2
2026-07-11T01:40:04.8876535Z    Compiling itoa v1.0.18
2026-07-11T01:40:04.9394182Z    Compiling semver v1.0.28
2026-07-11T01:40:04.9502059Z    Compiling stable_deref_trait v1.2.1
2026-07-11T01:40:04.9599792Z    Compiling futures-io v0.3.32
2026-07-11T01:40:04.9721603Z    Compiling slab v0.4.12
2026-07-11T01:40:04.9953131Z    Compiling futures-sink v0.3.32
2026-07-11T01:40:05.0047824Z    Compiling generic-array v0.14.7
2026-07-11T01:40:05.0135629Z    Compiling futures-task v0.3.32
2026-07-11T01:40:05.0750222Z    Compiling futures-channel v0.3.32
2026-07-11T01:40:05.1147573Z    Compiling rand_core v0.10.1
2026-07-11T01:40:05.1271423Z    Compiling hashbrown v0.17.1
2026-07-11T01:40:05.1432715Z    Compiling rustversion v1.0.22
2026-07-11T01:40:05.1535654Z    Compiling bitflags v2.12.1
2026-07-11T01:40:05.2021748Z    Compiling getrandom v0.4.2
2026-07-11T01:40:05.2252010Z    Compiling cpufeatures v0.2.17
2026-07-11T01:40:05.2471956Z    Compiling fnv v1.0.7
2026-07-11T01:40:05.2911886Z    Compiling rustc_version v0.4.1
2026-07-11T01:40:05.2981787Z    Compiling strsim v0.11.1
2026-07-11T01:40:05.3262085Z    Compiling cfg_aliases v0.2.1
2026-07-11T01:40:05.3806161Z    Compiling writeable v0.6.3
2026-07-11T01:40:05.3856906Z    Compiling litemap v0.8.2
2026-07-11T01:40:05.3967364Z    Compiling dunce v1.0.5
2026-07-11T01:40:05.4032379Z    Compiling icu_properties_data v2.2.0
2026-07-11T01:40:05.4173657Z    Compiling icu_normalizer_data v2.2.0
2026-07-11T01:40:05.4804054Z    Compiling ident_case v1.0.1
2026-07-11T01:40:05.5701915Z    Compiling utf8_iter v1.0.4
2026-07-11T01:40:05.5828566Z    Compiling fs_extra v1.3.0
2026-07-11T01:40:05.6166345Z    Compiling percent-encoding v2.3.2
2026-07-11T01:40:05.6623097Z    Compiling autocfg v1.5.1
2026-07-11T01:40:05.6820868Z    Compiling http v1.4.1
2026-07-11T01:40:05.6913287Z    Compiling unicode-segmentation v1.13.3
2026-07-11T01:40:05.7759963Z    Compiling cpufeatures v0.3.0
2026-07-11T01:40:05.7835788Z    Compiling thiserror v2.0.18
2026-07-11T01:40:05.8171335Z    Compiling aws-lc-rs v1.17.0
2026-07-11T01:40:05.8491721Z    Compiling scopeguard v1.2.0
2026-07-11T01:40:05.8642854Z    Compiling chacha20 v0.10.0
2026-07-11T01:40:05.9411305Z    Compiling syn v2.0.117
2026-07-11T01:40:05.9751240Z    Compiling lock_api v0.4.14
2026-07-11T01:40:06.0619787Z    Compiling indexmap v2.14.0
2026-07-11T01:40:06.0712108Z    Compiling form_urlencoded v1.2.2
2026-07-11T01:40:06.0841990Z    Compiling untrusted v0.9.0
2026-07-11T01:40:06.0944188Z    Compiling rustls v0.23.40
2026-07-11T01:40:06.1101761Z    Compiling heck v0.5.0
2026-07-11T01:40:06.1270813Z    Compiling const-oid v0.10.2
2026-07-11T01:40:06.1828637Z    Compiling atomic-waker v1.1.2
2026-07-11T01:40:06.1939174Z    Compiling unicode-xid v0.2.6
2026-07-11T01:40:06.2783307Z    Compiling convert_case v0.10.0
2026-07-11T01:40:06.2850627Z    Compiling anyhow v1.0.102
2026-07-11T01:40:06.2852150Z    Compiling zerocopy v0.8.50
2026-07-11T01:40:06.2852808Z    Compiling parking_lot_core v0.9.12
2026-07-11T01:40:06.3033735Z    Compiling httparse v1.10.1
2026-07-11T01:40:06.3132687Z    Compiling paste v1.0.15
2026-07-11T01:40:06.3460926Z    Compiling num-traits v0.2.19
2026-07-11T01:40:06.3530995Z    Compiling hybrid-array v0.4.12
2026-07-11T01:40:06.3798185Z    Compiling curve25519-dalek v4.1.3
2026-07-11T01:40:06.5001120Z    Compiling jobserver v0.1.34
2026-07-11T01:40:06.5041301Z    Compiling ahash v0.8.12
2026-07-11T01:40:06.5461874Z    Compiling base64ct v1.8.3
2026-07-11T01:40:06.5650904Z    Compiling either v1.16.0
2026-07-11T01:40:06.5958914Z    Compiling fastrand v2.4.1
2026-07-11T01:40:06.6595814Z    Compiling powerfmt v0.2.0
2026-07-11T01:40:06.7750574Z    Compiling cc v1.2.63
2026-07-11T01:40:06.8226868Z    Compiling crypto-common v0.1.7
2026-07-11T01:40:06.8415120Z    Compiling block-buffer v0.10.4
2026-07-11T01:40:06.8673526Z    Compiling http-body v1.0.1
2026-07-11T01:40:06.8980974Z    Compiling pem-rfc7468 v1.0.0
2026-07-11T01:40:06.9043750Z    Compiling deranged v0.5.8
2026-07-11T01:40:06.9781496Z    Compiling digest v0.10.7
2026-07-11T01:40:07.0223144Z    Compiling tinyvec_macros v0.1.1
2026-07-11T01:40:07.0730985Z    Compiling vcpkg v0.2.15
2026-07-11T01:40:07.0821647Z    Compiling zmij v1.0.21
2026-07-11T01:40:07.0890834Z    Compiling num-conv v0.2.2
2026-07-11T01:40:07.0970957Z    Compiling data-encoding v2.11.0
2026-07-11T01:40:07.1157389Z    Compiling base64 v0.22.1
2026-07-11T01:40:07.2501474Z    Compiling try-lock v0.2.5
2026-07-11T01:40:07.2691124Z    Compiling mio v1.2.1
2026-07-11T01:40:07.2760779Z    Compiling socket2 v0.6.4
2026-07-11T01:40:07.3280439Z    Compiling getrandom v0.2.17
2026-07-11T01:40:07.3594208Z    Compiling pkg-config v0.3.33
2026-07-11T01:40:07.3595133Z    Compiling time-core v0.1.8
2026-07-11T01:40:07.5269803Z    Compiling rand v0.10.1
2026-07-11T01:40:07.5329739Z    Compiling uuid v1.23.2
2026-07-11T01:40:07.5330588Z    Compiling rand_core v0.6.4
2026-07-11T01:40:07.5421167Z    Compiling tower-service v0.3.3
2026-07-11T01:40:07.6004246Z    Compiling parking_lot v0.12.5
2026-07-11T01:40:07.6092988Z    Compiling want v0.3.1
2026-07-11T01:40:07.6880717Z    Compiling sha2 v0.10.9
2026-07-11T01:40:07.7500907Z    Compiling tinyvec v1.11.0
2026-07-11T01:40:07.9758249Z    Compiling cmake v0.1.58
2026-07-11T01:40:07.9850952Z    Compiling crypto-common v0.2.2
2026-07-11T01:40:08.0080680Z    Compiling block-buffer v0.12.0
2026-07-11T01:40:08.0631161Z    Compiling inout v0.1.4
2026-07-11T01:40:08.0990775Z    Compiling vergen-lib v9.1.0
2026-07-11T01:40:08.1560578Z    Compiling n0-future v0.3.2
2026-07-11T01:40:08.1902556Z    Compiling crossbeam-utils v0.8.21
2026-07-11T01:40:08.1988407Z    Compiling diatomic-waker v0.2.3
2026-07-11T01:40:08.2080788Z    Compiling winnow v1.0.3
2026-07-11T01:40:08.2211049Z    Compiling cordyceps v0.3.4
2026-07-11T01:40:08.2590786Z    Compiling signature v2.2.0
2026-07-11T01:40:08.3320589Z    Compiling httpdate v1.0.3
2026-07-11T01:40:08.3667195Z    Compiling spin v0.10.0
2026-07-11T01:40:08.3730718Z    Compiling parking v2.2.1
2026-07-11T01:40:08.3890321Z    Compiling serde_json v1.0.150
2026-07-11T01:40:08.4194010Z    Compiling ed25519 v2.2.3
2026-07-11T01:40:08.4670723Z    Compiling cipher v0.4.4
2026-07-11T01:40:08.4799351Z    Compiling futures-lite v2.6.1
2026-07-11T01:40:08.4830645Z    Compiling netlink-packet-core v0.8.1
2026-07-11T01:40:08.5042657Z    Compiling universal-hash v0.5.1
2026-07-11T01:40:08.5533453Z    Compiling futures-buffered v0.2.13
2026-07-11T01:40:08.5681257Z    Compiling vergen-lib v0.1.6
2026-07-11T01:40:08.5830791Z    Compiling vergen v9.1.0
2026-07-11T01:40:08.6100298Z    Compiling heapless v0.7.17
2026-07-11T01:40:08.6332287Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-11T01:40:08.6487989Z    Compiling noq-udp v0.10.0
2026-07-11T01:40:08.6974831Z    Compiling sync_wrapper v1.0.2
2026-07-11T01:40:08.7300909Z    Compiling opaque-debug v0.3.1
2026-07-11T01:40:08.7598834Z    Compiling allocator-api2 v0.2.21
2026-07-11T01:40:08.7707923Z    Compiling byteorder v1.5.0
2026-07-11T01:40:08.7831271Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-11T01:40:08.8180986Z    Compiling polyval v0.6.2
2026-07-11T01:40:08.9298079Z    Compiling digest v0.11.3
2026-07-11T01:40:08.9718764Z    Compiling hash32 v0.2.1
2026-07-11T01:40:08.9840941Z    Compiling aws-lc-sys v0.41.0
2026-07-11T01:40:08.9924706Z    Compiling ring v0.17.14
2026-07-11T01:40:09.0021145Z    Compiling libsqlite3-sys v0.30.1
2026-07-11T01:40:09.0278532Z    Compiling spin v0.9.8
2026-07-11T01:40:09.0570686Z    Compiling vergen-gitcl v1.0.8
2026-07-11T01:40:09.1153788Z    Compiling tower-layer v0.3.3
2026-07-11T01:40:09.1547844Z    Compiling signature v3.0.0
2026-07-11T01:40:09.2087280Z    Compiling num_threads v0.1.7
2026-07-11T01:40:09.2380960Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-11T01:40:09.2668346Z    Compiling fallible-iterator v0.3.0
2026-07-11T01:40:09.2778305Z    Compiling ryu v1.0.23
2026-07-11T01:40:09.3050767Z    Compiling time v0.3.47
2026-07-11T01:40:09.3275850Z    Compiling sha2 v0.11.0-rc.5
2026-07-11T01:40:09.3980894Z    Compiling ghash v0.5.1
2026-07-11T01:40:09.4971416Z    Compiling aes v0.8.4
2026-07-11T01:40:09.5132549Z    Compiling ctr v0.9.2
2026-07-11T01:40:09.5197059Z    Compiling fs2 v0.4.3
2026-07-11T01:40:09.6093501Z    Compiling http-body-util v0.1.3
2026-07-11T01:40:09.6241009Z    Compiling aead v0.5.2
2026-07-11T01:40:09.6618487Z    Compiling utf8parse v0.2.2
2026-07-11T01:40:09.6765529Z    Compiling openssl-probe v0.2.1
2026-07-11T01:40:09.6914062Z    Compiling arrayvec v0.7.6
2026-07-11T01:40:09.7364317Z    Compiling crossbeam-channel v0.5.15
2026-07-11T01:40:09.7594719Z    Compiling crossbeam-epoch v0.9.18
2026-07-11T01:40:09.8565831Z    Compiling blake3 v1.8.5
2026-07-11T01:40:09.8941520Z    Compiling netlink-packet-route v0.29.0
2026-07-11T01:40:09.9278715Z    Compiling memoffset v0.6.5
2026-07-11T01:40:09.9286867Z    Compiling acto v0.8.2
2026-07-11T01:40:10.0900816Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-11T01:40:10.1002235Z    Compiling netwatch v0.16.0
2026-07-11T01:40:10.1251298Z    Compiling noq v0.18.0
2026-07-11T01:40:10.1705293Z    Compiling aes-gcm v0.10.3
2026-07-11T01:40:10.1806750Z    Compiling rustc-hash v2.1.2
2026-07-11T01:40:10.2900726Z    Compiling mac-addr v0.3.0
2026-07-11T01:40:10.3243455Z    Compiling ref-cast v1.0.25
2026-07-11T01:40:10.3373656Z    Compiling thiserror v1.0.69
2026-07-11T01:40:10.3481752Z    Compiling rustix v1.1.4
2026-07-11T01:40:10.4287877Z    Compiling sorted-index-buffer v0.2.1
2026-07-11T01:40:10.4735235Z    Compiling lru-slab v0.1.2
2026-07-11T01:40:10.4951097Z    Compiling identity-hash v0.1.0
2026-07-11T01:40:10.5889976Z    Compiling foldhash v0.2.0
2026-07-11T01:40:10.5890886Z    Compiling tagptr v0.2.0
2026-07-11T01:40:10.6001912Z    Compiling xml-rs v0.8.28
2026-07-11T01:40:10.7296201Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-11T01:40:10.7301967Z    Compiling hashbrown v0.16.1
2026-07-11T01:40:10.8008018Z    Compiling netlink-packet-route v0.30.0
2026-07-11T01:40:10.8238495Z    Compiling ioctl-rs v0.1.6
2026-07-11T01:40:10.9108621Z    Compiling termios v0.2.2
2026-07-11T01:40:10.9864557Z    Compiling errno v0.3.14
2026-07-11T01:40:11.0198109Z    Compiling serial-core v0.4.0
2026-07-11T01:40:11.0400736Z    Compiling aho-corasick v1.1.4
2026-07-11T01:40:11.1231221Z    Compiling simple-dns v0.9.3
2026-07-11T01:40:11.1878076Z    Compiling synstructure v0.13.2
2026-07-11T01:40:11.2341619Z    Compiling darling_core v0.20.11
2026-07-11T01:40:11.5298699Z    Compiling proc-macro-crate v3.5.0
2026-07-11T01:40:11.5630910Z    Compiling xmltree v0.10.3
2026-07-11T01:40:11.5720809Z    Compiling serde_derive_internals v0.29.1
2026-07-11T01:40:11.6351131Z    Compiling arrayref v0.3.9
2026-07-11T01:40:11.6900105Z    Compiling simdutf8 v0.1.5
2026-07-11T01:40:11.7880843Z    Compiling sha1_smol v1.0.1
2026-07-11T01:40:11.9408309Z    Compiling constant_time_eq v0.4.2
2026-07-11T01:40:11.9860313Z    Compiling signal-hook v0.3.18
2026-07-11T01:40:12.0219224Z    Compiling smol_str v0.1.24
2026-07-11T01:40:12.0300700Z    Compiling regex-syntax v0.8.10
2026-07-11T01:40:12.1149203Z    Compiling winnow v0.7.15
2026-07-11T01:40:12.1252097Z    Compiling linux-raw-sys v0.12.1
2026-07-11T01:40:12.1320402Z    Compiling resolv-conf v0.7.6
2026-07-11T01:40:12.2471809Z    Compiling toml_write v0.1.2
2026-07-11T01:40:12.4704823Z    Compiling lru v0.16.4
2026-07-11T01:40:12.6274899Z    Compiling darling_core v0.23.0
2026-07-11T01:40:12.6441370Z    Compiling serial-unix v0.4.0
2026-07-11T01:40:12.7744845Z    Compiling signal-hook-registry v1.4.8
2026-07-11T01:40:12.9306369Z    Compiling serde_bytes v0.11.19
2026-07-11T01:40:13.1001455Z    Compiling seize v0.5.1
2026-07-11T01:40:13.1626741Z    Compiling hmac v0.12.1
2026-07-11T01:40:13.1744562Z    Compiling serde_derive v1.0.228
2026-07-11T01:40:13.2087502Z    Compiling zeroize_derive v1.4.3
2026-07-11T01:40:13.2873247Z    Compiling tokio-macros v2.7.0
2026-07-11T01:40:13.6289809Z    Compiling futures-macro v0.3.32
2026-07-11T01:40:13.7851369Z    Compiling zerofrom-derive v0.1.7
2026-07-11T01:40:13.8222381Z    Compiling zeroize v1.8.2
2026-07-11T01:40:14.0291493Z    Compiling yoke-derive v0.8.2
2026-07-11T01:40:14.1144967Z    Compiling tokio v1.52.3
2026-07-11T01:40:14.4921126Z    Compiling zerovec-derive v0.11.3
2026-07-11T01:40:14.6250765Z    Compiling futures-util v0.3.32
2026-07-11T01:40:14.6350872Z    Compiling displaydoc v0.2.6
2026-07-11T01:40:14.9420020Z    Compiling tracing-attributes v0.1.31
2026-07-11T01:40:15.0231152Z    Compiling rustls-pki-types v1.14.1
2026-07-11T01:40:15.3291104Z    Compiling zerofrom v0.1.8
2026-07-11T01:40:15.4512068Z    Compiling thiserror-impl v2.0.18
2026-07-11T01:40:15.4813135Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-11T01:40:15.4943822Z    Compiling yoke v0.8.3
2026-07-11T01:40:15.6957873Z    Compiling zerotrie v0.2.4
2026-07-11T01:40:16.0720643Z    Compiling darling_macro v0.20.11
2026-07-11T01:40:16.0803253Z    Compiling zerovec v0.11.6
2026-07-11T01:40:16.0972807Z    Compiling derive_more-impl v2.1.1
2026-07-11T01:40:16.3520719Z    Compiling spez v0.1.2
2026-07-11T01:40:16.4175182Z    Compiling darling v0.20.11
2026-07-11T01:40:16.4760612Z    Compiling derive_builder_core v0.20.2
2026-07-11T01:40:16.5812102Z    Compiling n0-error-macros v0.1.3
2026-07-11T01:40:16.6850912Z    Compiling der v0.8.0-rc.10
2026-07-11T01:40:16.7049685Z    Compiling pin-project-internal v1.1.13
2026-07-11T01:40:16.7868148Z    Compiling tinystr v0.8.3
2026-07-11T01:40:17.0090994Z    Compiling icu_locale_core v2.2.0
2026-07-11T01:40:17.0396464Z    Compiling potential_utf v0.1.5
2026-07-11T01:40:17.1918757Z    Compiling icu_collections v2.2.0
2026-07-11T01:40:17.6792013Z    Compiling n0-error v0.1.3
2026-07-11T01:40:17.7883763Z    Compiling derive_builder_macro v0.20.2
2026-07-11T01:40:17.8185456Z    Compiling ed25519-dalek v2.2.0
2026-07-11T01:40:18.0664028Z    Compiling derive_builder v0.20.2
2026-07-11T01:40:18.0736014Z    Compiling pin-project v1.1.13
2026-07-11T01:40:18.0800767Z    Compiling icu_provider v2.2.0
2026-07-11T01:40:18.1330563Z    Compiling spt-proto v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-07-11T01:40:18.1856188Z    Compiling spki v0.8.0-rc.4
2026-07-11T01:40:18.3870203Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-11T01:40:18.4866015Z    Compiling icu_normalizer v2.2.0
2026-07-11T01:40:18.5017025Z    Compiling icu_properties v2.2.0
2026-07-11T01:40:18.5171040Z    Compiling futures-executor v0.3.32
2026-07-11T01:40:18.6133536Z    Compiling ipnet v2.12.0
2026-07-11T01:40:18.6411382Z    Compiling ed25519 v3.0.0-rc.4
2026-07-11T01:40:18.7643779Z    Compiling futures v0.3.32
2026-07-11T01:40:19.0818114Z    Compiling prefix-trie v0.8.4
2026-07-11T01:40:19.1147335Z    Compiling cobs v0.3.0
2026-07-11T01:40:19.2579715Z    Compiling once_cell v1.21.4
2026-07-11T01:40:19.3032178Z    Compiling postcard-derive v0.2.2
2026-07-11T01:40:19.3161557Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-11T01:40:19.4280902Z    Compiling rustls-native-certs v0.8.4
2026-07-11T01:40:19.4610700Z    Compiling tracing-core v0.1.36
2026-07-11T01:40:19.6240703Z    Compiling enum-assoc v1.3.0
2026-07-11T01:40:19.6810753Z    Compiling data-encoding-macro v0.1.20
2026-07-11T01:40:19.7220987Z    Compiling hashbrown v0.14.5
2026-07-11T01:40:19.7318215Z    Compiling async-trait v0.1.89
2026-07-11T01:40:19.8428486Z    Compiling postcard v1.1.3
2026-07-11T01:40:19.8917869Z    Compiling iroh-metrics-derive v0.4.1
2026-07-11T01:40:19.9206878Z    Compiling idna_adapter v1.2.2
2026-07-11T01:40:20.0271755Z    Compiling tracing v0.1.44
2026-07-11T01:40:20.0499779Z    Compiling tokio-util v0.7.18
2026-07-11T01:40:20.3183818Z    Compiling idna v1.1.0
2026-07-11T01:40:20.3601511Z    Compiling netlink-sys v0.8.8
2026-07-11T01:40:20.3746343Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-11T01:40:20.3910687Z    Compiling tower v0.5.3
2026-07-11T01:40:20.3980978Z    Compiling strum_macros v0.28.0
2026-07-11T01:40:20.6139509Z    Compiling hashlink v0.9.1
2026-07-11T01:40:20.6831182Z    Compiling num_enum_derive v0.7.6
2026-07-11T01:40:20.7128437Z    Compiling url v2.5.8
2026-07-11T01:40:20.7598262Z    Compiling netlink-proto v0.12.0
2026-07-11T01:40:20.7831654Z    Compiling derive_more v2.1.1
2026-07-11T01:40:20.8480891Z    Compiling netdev v0.42.0
2026-07-11T01:40:20.9230483Z    Compiling iroh-metrics v0.38.3
2026-07-11T01:40:20.9350986Z    Compiling iroh-relay v0.98.0
2026-07-11T01:40:20.9700396Z    Compiling moka v0.12.15
2026-07-11T01:40:21.0348010Z    Compiling h2 v0.4.14
2026-07-11T01:40:21.0955577Z    Compiling rusqlite v0.32.1
2026-07-11T01:40:21.1127874Z    Compiling tokio-stream v0.1.18
2026-07-11T01:40:21.1947608Z    Compiling serde_spanned v0.6.9
2026-07-11T01:40:21.2225983Z    Compiling n0-watcher v0.6.1
2026-07-11T01:40:21.3209577Z    Compiling toml_datetime v0.6.11
2026-07-11T01:40:21.4583404Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-11T01:40:21.5681005Z    Compiling iroh-base v0.98.0
2026-07-11T01:40:21.6880786Z    Compiling tower-http v0.6.11
2026-07-11T01:40:21.7191265Z    Compiling num_enum v0.7.6
2026-07-11T01:40:21.8081303Z    Compiling attohttpc v0.30.1
2026-07-11T01:40:21.8125557Z    Compiling thiserror-impl v1.0.69
2026-07-11T01:40:21.8251027Z    Compiling ref-cast-impl v1.0.25
2026-07-11T01:40:21.8350559Z    Compiling toml_edit v0.22.27
2026-07-11T01:40:22.2761697Z    Compiling spt-store v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-11T01:40:22.2880959Z    Compiling webpki-roots v1.0.7
2026-07-11T01:40:22.3951529Z    Compiling regex-automata v0.4.14
2026-07-11T01:40:22.4001448Z    Compiling schemars_derive v1.2.1
2026-07-11T01:40:22.4088749Z    Compiling iroh v0.98.2
2026-07-11T01:40:22.5172345Z    Compiling rustix v0.38.44
2026-07-11T01:40:22.6491098Z    Compiling bitflags v1.3.2
2026-07-11T01:40:22.7061608Z    Compiling pin-utils v0.1.0
2026-07-11T01:40:22.7680685Z    Compiling cmov v0.5.4
2026-07-11T01:40:22.8559762Z    Compiling dyn-clone v1.0.20
2026-07-11T01:40:22.9771081Z    Compiling nix v0.25.1
2026-07-11T01:40:22.9960734Z    Compiling ctutils v0.4.2
2026-07-11T01:40:23.0189550Z    Compiling backon v1.6.0
2026-07-11T01:40:23.0190248Z    Compiling darling_macro v0.23.0
2026-07-11T01:40:23.2960765Z    Compiling papaya v0.2.4
2026-07-11T01:40:23.3164644Z    Compiling strum v0.28.0
2026-07-11T01:40:23.3290847Z    Compiling filedescriptor v0.8.3
2026-07-11T01:40:23.3482415Z    Compiling hkdf v0.12.4
2026-07-11T01:40:23.4259690Z    Compiling iroh-dns v0.98.0
2026-07-11T01:40:23.4817964Z    Compiling serial v0.4.0
2026-07-11T01:40:23.5540759Z    Compiling anstyle-parse v1.0.0
2026-07-11T01:40:23.5801019Z    Compiling vte_generate_state_changes v0.1.2
2026-07-11T01:40:23.5999119Z    Compiling foldhash v0.1.5
2026-07-11T01:40:23.7351904Z    Compiling anstyle v1.0.14
2026-07-11T01:40:23.7751095Z    Compiling anstyle-query v1.1.5
2026-07-11T01:40:23.7891711Z    Compiling instability v0.3.12
2026-07-11T01:40:23.8191870Z    Compiling shell-words v1.1.1
2026-07-11T01:40:23.8367585Z    Compiling linux-raw-sys v0.4.15
2026-07-11T01:40:23.8660501Z    Compiling is_terminal_polyfill v1.70.2
2026-07-11T01:40:23.9310616Z    Compiling colorchoice v1.0.5
2026-07-11T01:40:23.9481388Z    Compiling downcast-rs v1.2.1
2026-07-11T01:40:23.9728392Z    Compiling vte v0.13.1
2026-07-11T01:40:23.9821009Z    Compiling hashbrown v0.15.5
2026-07-11T01:40:23.9863975Z    Compiling anstream v1.0.0
2026-07-11T01:40:24.0043067Z    Compiling signal-hook-mio v0.2.5
2026-07-11T01:40:24.0181221Z    Compiling spake2 v0.4.0
2026-07-11T01:40:24.0535134Z    Compiling darling v0.23.0
2026-07-11T01:40:24.0978528Z    Compiling terminal_size v0.4.4
2026-07-11T01:40:24.1200893Z    Compiling strum_macros v0.26.4
2026-07-11T01:40:24.2274403Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-11T01:40:24.3875084Z    Compiling schemars v1.2.1
2026-07-11T01:40:24.3980676Z    Compiling sha1 v0.10.6
2026-07-11T01:40:24.4080950Z    Compiling itertools v0.13.0
2026-07-11T01:40:24.6439273Z    Compiling toml v0.8.23
2026-07-11T01:40:24.7565633Z    Compiling castaway v0.2.4
2026-07-11T01:40:24.8400792Z    Compiling doctest-file v1.1.1
2026-07-11T01:40:25.0151169Z    Compiling indoc v2.0.7
2026-07-11T01:40:25.2730812Z    Compiling static_assertions v1.1.0
2026-07-11T01:40:25.3242720Z    Compiling clap_lex v1.1.0
2026-07-11T01:40:25.4457459Z    Compiling unicode-width v0.1.14
2026-07-11T01:40:25.4974906Z    Compiling clap_builder v4.6.0
2026-07-11T01:40:25.5737505Z    Compiling spt-msg v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-11T01:40:25.6420567Z    Compiling regex v1.12.3
2026-07-11T01:40:26.3212307Z    Compiling spt-runtime v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-11T01:40:26.3251015Z    Compiling unicode-truncate v1.1.0
2026-07-11T01:40:26.3347249Z    Compiling compact_str v0.8.2
2026-07-11T01:40:26.3959373Z    Compiling interprocess v2.4.2
2026-07-11T01:40:26.4634488Z    Compiling hyper v1.10.1
2026-07-11T01:40:26.5980645Z    Compiling strum v0.26.3
2026-07-11T01:40:26.7019536Z    Compiling crossterm v0.28.1
2026-07-11T01:40:26.9109522Z    Compiling lru v0.12.5
2026-07-11T01:40:27.0092008Z    Compiling clap_derive v4.6.1
2026-07-11T01:40:27.0311391Z    Compiling iana-time-zone v0.1.65
2026-07-11T01:40:27.0983294Z    Compiling cassowary v0.3.0
2026-07-11T01:40:27.2590958Z    Compiling portable-pty v0.8.1
2026-07-11T01:40:27.3031423Z    Compiling unicode-width v0.2.0
2026-07-11T01:40:27.3488587Z    Compiling chrono v0.4.45
2026-07-11T01:40:27.5741479Z    Compiling nucleo-matcher v0.3.1
2026-07-11T01:40:27.6151586Z    Compiling qrcode v0.14.1
2026-07-11T01:40:27.9031353Z    Compiling spt-term v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-11T01:40:28.3457561Z    Compiling ratatui v0.29.0
2026-07-11T01:40:28.3654083Z    Compiling tempfile v3.27.0
2026-07-11T01:40:28.5384260Z    Compiling hyper-util v0.1.20
2026-07-11T01:40:29.1002500Z    Compiling clap v4.6.1
2026-07-11T01:40:29.7913852Z    Compiling spt-live v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-11T01:40:30.3401626Z    Compiling igd-next v0.17.1
2026-07-11T01:40:31.4572908Z    Compiling portmapper v0.16.0
2026-07-11T01:40:37.5046447Z    Compiling rustls-webpki v0.103.13
2026-07-11T01:40:39.7667916Z    Compiling tokio-rustls v0.26.4
2026-07-11T01:40:39.7668455Z    Compiling noq-proto v0.17.0
2026-07-11T01:40:39.7669060Z    Compiling rustls-platform-verifier v0.7.0
2026-07-11T01:40:39.9138379Z    Compiling hickory-net v0.26.0-beta.4
2026-07-11T01:40:39.9139171Z    Compiling hyper-rustls v0.27.9
2026-07-11T01:40:39.9139785Z    Compiling tokio-websockets v0.13.2
2026-07-11T01:40:40.0358850Z    Compiling reqwest v0.13.4
2026-07-11T01:40:40.9545810Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-11T01:40:54.2668832Z    Compiling spt-net v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-11T01:40:55.6844155Z    Compiling spt-daemon v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-11T01:41:03.4062005Z    Compiling spt v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-11T01:41:07.9828023Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 03s
2026-07-11T01:41:08.0044110Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-4a686f0b59383e2d)
2026-07-11T01:41:08.0056778Z 
2026-07-11T01:41:08.0057036Z running 1 test
2026-07-11T01:41:16.9104662Z test new_brain_serves_against_old_broker ... ok
2026-07-11T01:41:16.9105310Z 
2026-07-11T01:41:16.9105625Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.90s
2026-07-11T01:41:16.9105974Z 
2026-07-11T01:41:16.9361177Z Post job cleanup.
2026-07-11T01:41:17.0014368Z [command]/usr/bin/git version
2026-07-11T01:41:17.0044676Z git version 2.43.0
2026-07-11T01:41:17.0074346Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/6225c2ad-b119-470f-82f4-4616b53f523e' before making global git config changes
2026-07-11T01:41:17.0074989Z Adding repository directory to the temporary git global config as a safe directory
2026-07-11T01:41:17.0077486Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-11T01:41:17.0104341Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-11T01:41:17.0127951Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-11T01:41:17.0315243Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-11T01:41:17.0335186Z http.https://github.com/.extraheader
2026-07-11T01:41:17.0344076Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-07-11T01:41:17.0367719Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-11T01:41:17.0556117Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-11T01:41:17.0582351Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-11T01:41:17.0894118Z Cleaning up orphan processes
2026-07-11T01:41:17.1387052Z Terminate orphan process: pid (428388) (spt)
